home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 October
/
macformat-108.iso
/
Tutorials
/
Flash game tutorial
/
Coding the game
/
17.Final game code.swf
/
scripts
/
frame_4
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-08-01
|
125 b
|
10 lines
x = 1;
count = 0;
password = "level3";
while(Number(x) < 6)
{
set("re" add x,0);
x = Number(x) + 1;
}
stop();